home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / reve / FILES < prev    next >
Text File  |  1995-05-03  |  5KB  |  81 lines

  1.  
  2. @(#)FILES 1.11 91/11/07
  3.  
  4. This file describes all the files that make up the Reve distribution.
  5.  
  6. Directory reve: an othello game.
  7. --------------------------------
  8.  
  9. boardstuff.c                - various board manipulation routines.
  10. events.c                    - event handling procedures.
  11. get.c                       - various extraction routines used by reve.
  12. items.c                     - procedures for manipulating reve panel items.
  13. makemove.c                  - interface to the computer strategy routines.
  14. main.c                      - includes variable declarations and main().
  15. procs.c                     - procedures associated with the panel items.
  16. reve_proc.c                 - separate reve process for the XView version.
  17. socket.c                    - socket related routines for the networked game.
  18.  
  19. rev_eval.c                  - reve evaluation function.
  20. rev_ip.c                    - return a move and a note for a given color.
  21. rev_iycp.c                  - reve "fast" alpha-beta pruning routines.
  22.  
  23. in.reved.c                  - network daemon for remote games with user@host
  24.  
  25. color.h                     - colormap definitions.
  26. ctl.h                       - describes the structure that reve and reved use.
  27. extern.h                    - external declaractions.
  28. images.h                    - include file for all graphic images.
  29. reve.h                      - macro and constant definitions.
  30. reve_ui.h                   - GUI definitions used by the XView version.
  31. patchlevel.h                - current patchlevel for this release of reve.
  32.  
  33. CHANGES                     - v1.2 - v1.3 change history.
  34. CHANGES.v1-1                - v1.0 - v1.1 change history.
  35. README                      - describes what reve is, and how to get started.
  36. Reve.ad                     - List of reve X resource application defaults.
  37. Reve.G                      - devGuide GUI and stubs generation file.
  38. TODO                        - bugs and suggested enhancements. Volunteers?
  39. reve.man                    - the reve manual page (troff/nroff -man format).
  40. reve.man.text               - plain text version of the reve manual pages.
  41. MANIFEST                    - tells you what archive part each file was in.
  42. FILES                       - what you're reading now.
  43. reve.edge1                  - first half of the Reve edge stability table.
  44. reve.edge2                  - second half of the Reve edge stability table.
  45. Makefile.dist               - master Makefile to build reve on Unix systems.
  46. Imakefile                   - Imakefile for the X11 version of reve.
  47.  
  48. sunview.c                   - Sun SunView graphics routines.
  49. tty.c                       - dumb tty "graphics" routines.
  50. x11.c                       - X11 (Xlib) graphics routines.
  51. reve_ui.c                   - X11 (Xview) GUI routines generated by devGuide.
  52. xview.c                     - X11 (XView) remaining graphics routines.
  53.  
  54. Sub-directory images: image files used with the graphics versions of reve.
  55. --------------------------------------------------------------------------
  56. images/black.xbm            - black reve piece.
  57. images/reve.xbm             - reve icon.
  58. images/white.xbm            - white reve piece.
  59. images/Ibutton.xbm          - button panel item in inverted mode.
  60. images/Nbutton.xbm          - button panel item in normal mode.
  61. images/Sbutton.xbm          - stencil for normal/inverted button panel items.
  62. images/Ncycle.xbm           - cycle panel item in normal mode.
  63. images/Lcycle.xbm           - cycle panel item with left side inverted.
  64. images/Rcycle.xbm           - cycle panel item with right side inverted.
  65. images/Scycle.xbm           - stencil for normal/inverted cycle panel items.
  66. images/Sch_off.xbm          - single choice panel item (off).
  67. images/Sch_on.xbm           - single choice panel item (on).
  68. images/hglass.xbm           - hour glass cursor for computer move.
  69. images/move.xbm             - symbol displayed to show a legal move.
  70. images/nocur.xbm            - no cursor when piece is being dragged.
  71. images/suggest.xbm          - symbol displayed to show a suggested move.
  72.  
  73. Sub-directory trans: files used by the utility program trans.
  74. -------------------------------------------------------------
  75. trans/Makefile              - used to build and install the trans utility.
  76. trans/README                - overview of the trans utility.
  77. trans/trans.c               - trans C source file.
  78. trans/trans.ps              - PostScript prologue file.
  79. trans/trans.man             - manual pages for trans (troff/nroff -man format).
  80. trans/trans.man.text        - plain text version of the trans manual pages.
  81.